1
0

2 İşlemeler c60cfc3f2c ... 0c4fc5cc15

Yazar SHA1 Mesaj Tarih
  hcf 0c4fc5cc15 Merge branch 'master' of http://47.107.53.207:3000/ymy/oms 1 yıl önce
  hcf 24b386131b 修复报错 1 yıl önce
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/views/audit/depots/index.vue

+ 2 - 2
src/views/audit/depots/index.vue

@@ -700,6 +700,7 @@
 			this.popTitle = '注册'
 			this.dialogFormVisible = true;
 			setTimeout(() => {
+				(this as any).$refs.addFormId.clearValue();
 				if ((this as any).$refs.addFormId) (this as any).$refs.addFormId.setValue({});
 			}, 0)
 		}
@@ -708,8 +709,8 @@
 			// console.log(e);
 			this.popTitle = '编辑'
 			this.dialogFormVisible = true;
-			(this as any).$refs.addFormId.clearValue();
 			setTimeout(() => {
+				(this as any).$refs.addFormId.clearValue();
 				if ((this as any).$refs.addFormId) (this as any).$refs.addFormId.setValue(e);
 			}, 0)
 		}
@@ -727,7 +728,6 @@
 			this.popTitle = '编辑'
 			this.dialogFormVisible2 = true;
 			this.isAdd = false;
-			(this as any).$refs.addFormId.clearValue();
 			setTimeout(() => {
 				if ((this as any).$refs.addFormId2) (this as any).$refs.addFormId2.setValue(e);
 			}, 0)