apply-clients 5.0.35-76 → 5.0.35-77

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.
@@ -127,6 +127,7 @@ export default {
127
127
  requestData.start_activity = '踏勘'
128
128
  requestData.loginUser = Vue.user
129
129
  requestData.workflow_xmlfilename = this.$workflow_vue.workflow_xmlfilename
130
+ requestData.model.f_sub_state = '未完工'
130
131
  console.log('即将发送请求url=>' + url + ',参数=>' + JSON.stringify(requestData))
131
132
  res = await http.load('POST', url, {data: requestData}, {resolveMsg: null, rejectMsg: '数据保存失败'})
132
133
  console.log("service处理完成返回数据:", JSON.stringify(res.data))
@@ -597,6 +598,7 @@ export default {
597
598
  console.log('修改fields[i].value后的值=>' + this.$refs.service_show.data.fields[i].value)
598
599
  }
599
600
  }
601
+ this.$refs.service_show.update()
600
602
  }
601
603
  if (this.$refs.service_show.data.fields[index].label == '用户类型'){
602
604
  if(this.$refs.service_show.data.fields[index].value == '非民用'){