apply-clients 5.0.35-96 → 5.0.35-97
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
|
@@ -1866,7 +1866,7 @@ export default {
|
|
|
1866
1866
|
// 获取view层button事件/
|
|
1867
1867
|
async 'button'(model) {
|
|
1868
1868
|
console.log("button事件接收参数:", model)
|
|
1869
|
-
if (this.data.defname==='踏勘'){
|
|
1869
|
+
if (this.data.defname==='踏勘'||this.data.defname==='施工'||this.data.defname==='施工验收'){
|
|
1870
1870
|
if (model.button.button_name === '终止'){
|
|
1871
1871
|
this.stop_show=true
|
|
1872
1872
|
return
|