apply-clients 5.0.35-67 → 5.0.35-68
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1956,7 +1956,7 @@
|
|
|
1956
1956
|
tables: this.data.tables, model: model
|
|
1957
1957
|
}
|
|
1958
1958
|
}
|
|
1959
|
-
if (this.data.defname==='踏勘、建立工程编号'&&model.button.button_name === '提交'){
|
|
1959
|
+
if (this.data.defname==='踏勘、建立工程编号'&&(model.button.button_name === '提交'||model.button.button_name === '通气')){
|
|
1960
1960
|
this.apply_show=true
|
|
1961
1961
|
this.models2 = model
|
|
1962
1962
|
return
|