国内外新增条件优化
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user