@@ -848,6 +848,17 @@
return this.addForm.details;
}
},
+ watch: {
+ info: {
+ handler(newVal, oldVal) {
+ if (newVal.id) {
+ // this.getDetail(newVal.id);
+ this.open('dispatch', this.info)
+ }
+ },
+ deep: true
created() {
// 获取审核人列表、巡点检人员
this.getUserList();