国内外新增条件优化

This commit is contained in:
SUNJIABIN
2023-03-26 16:00:16 +08:00
parent ecc1a9d4e7
commit 4c114237a7
@@ -2499,6 +2499,7 @@
handleProcessStandardNext(status) { handleProcessStandardNext(status) {
this.submitType = status this.submitType = status
switch (status) { switch (status) {
// 新增 // 新增
case 1: case 1:
this.gdType = '新增' this.gdType = '新增'
@@ -2507,8 +2508,8 @@
this.standardDrawer = false this.standardDrawer = false
this.verifySarStandard = true this.verifySarStandard = true
// this.clearFormData(this.form) // this.clearFormData(this.form)
this.clearFormData() // this.clearFormData()
this.clearFileListData() // this.clearFileListData()
break break
// 带入(确认) // 带入(确认)
case 2: case 2: