|
@@ -218,7 +218,6 @@ export default {
|
|
|
handler(newV, oldV) {
|
|
|
if (newV !== null) {
|
|
|
this.eleId = newV
|
|
|
- this.bugGetTableList(newV, false)
|
|
|
}
|
|
|
},
|
|
|
deep: true,
|
|
@@ -239,6 +238,11 @@ export default {
|
|
|
immediate: true
|
|
|
}
|
|
|
},
|
|
|
+ mounted() {
|
|
|
+ this.$nextTick(() => {
|
|
|
+ this.bugGetTableList(this.eleId, false)
|
|
|
+ })
|
|
|
+ },
|
|
|
methods: {
|
|
|
async getBugSelect() { // 获取下拉菜单option
|
|
|
const res = await bugGetEnum()
|