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
|
@@ -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
|
-
|
|
659
|
+
model.f_sub_state = '完工'
|
|
660
660
|
}else {
|
|
661
|
-
|
|
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})
|