apply-clients 5.0.35-77 → 5.0.35-78

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-77",
3
+ "version": "5.0.35-78",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -656,9 +656,9 @@ export default {
656
656
  }
657
657
  let http = new HttpResetClass()
658
658
  if (this.data.defname === '通气转单'&& model.button.button_name === '提交'){
659
- requestData.model.f_sub_state = '完工'
659
+ model.f_sub_state = '完工'
660
660
  }else {
661
- requestData.model.f_sub_state = '未完工'
661
+ model.f_sub_state = '未完工'
662
662
  }
663
663
  var url = this.$androidUtil.getProxyUrl() + '/rs/logic/ApplyProductService'
664
664
  // let res = await http.load('POST',url,{data:data}, {resolveMsg: null, rejectMsg: null})