apply-clients 5.0.35-70 → 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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "5.0.35-70",
3
+ "version": "5.0.35-72",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -226,7 +226,7 @@ export default {
226
226
  var _this = this
227
227
  var pardate = {
228
228
  _this: _this,
229
- title: '报建待办详情',
229
+ title: '工程待办详情',
230
230
  safe: true
231
231
  }
232
232
  _this.$dispatch('gotoson',pardate)
@@ -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==='踏勘'&& model.button.button_name === '提交'){
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