apply-clients 5.0.35-69 → 5.0.35-72
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
|
@@ -644,7 +644,7 @@ export default {
|
|
|
644
644
|
console.log("button事件接收参数model=>" + JSON.stringify(model))
|
|
645
645
|
model=Object.assign({},this.selectdata,model)
|
|
646
646
|
console.log('合并selectdata与model后的model=>' + JSON.stringify(model))
|
|
647
|
-
if (this.data.defname==='踏勘'&&
|
|
647
|
+
if (this.data.defname==='踏勘'&&(model.button.button_name === '提交'||model.button.button_name === '通气')){
|
|
648
648
|
this.loading=false
|
|
649
649
|
this.apply_show=true
|
|
650
650
|
this.models2 = model
|