jcbranch
fanluyan 1 year ago
parent b5177b6b82
commit c7fe72bf3b

@ -1293,7 +1293,10 @@ export default {
//
console.log("数据已更新:", newVal);
this.getNumber();
this.startCountdown();
this.$nextTick(() => {
this.startCountdown(); // DOM
});
// this.startCountdown();
},
deep: true,
},
@ -1758,6 +1761,8 @@ export default {
this.$refs.ywMultipleTable.clearSelection();
this.idArray = [];
console.log(this.multipleSelection);
console.log("我执行了命令");
this.$parent.fetchData();
})
.catch((err) => {});
},

Loading…
Cancel
Save