apply-clients 5.0.35-72 → 5.0.35-73

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-72",
3
+ "version": "5.0.35-73",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -651,6 +651,9 @@ export default {
651
651
  return
652
652
  }
653
653
  let http = new HttpResetClass()
654
+ if (this.data.defname === '通气转单'&& model.button.button_name === '提交'){
655
+ requestData.model.f_sub_state = '完工'
656
+ }
654
657
  var url = this.$androidUtil.getProxyUrl() + '/rs/logic/ApplyProductService'
655
658
  // let res = await http.load('POST',url,{data:data}, {resolveMsg: null, rejectMsg: null})
656
659
  // // 先判断是否包含code,如果服务端异常,可能不存在code