apply-clients 3.5.5-52 → 3.5.5-53
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
|
@@ -1343,7 +1343,7 @@ export default {
|
|
|
1343
1343
|
}
|
|
1344
1344
|
await http.load('post',`${this.$androidUtil.getProxyUrl()}/rs/sql/apply_singleTable`,{data: data},{rejectMsg:null,resolveMsg:null}).then( res=>{
|
|
1345
1345
|
if (res.data.length == 0){
|
|
1346
|
-
http.load('post',`${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`,{data: {condition:` f_process_id= '${this.show_data.f_parent_process_id}'`, data: {id: Vue.user.id,orgid: Vue.user.orgid}}},{resolveMsg:null,rejectMsg:null}).then(row=>{
|
|
1346
|
+
http.load('post',`${this.$androidUtil.getProxyUrl()}/rs/sql/supervisory`,{data: {condition:` u.f_process_id= '${this.show_data.f_parent_process_id}'`, data: {id: Vue.user.id,orgid: Vue.user.orgid}}},{resolveMsg:null,rejectMsg:null}).then(row=>{
|
|
1347
1347
|
const show_data = row.data[0]
|
|
1348
1348
|
show_data.user = Vue.user
|
|
1349
1349
|
show_data.start_activity ='报装申请'
|
|
@@ -1942,7 +1942,7 @@
|
|
|
1942
1942
|
await http.load('post',`rs/sql/apply_singleTable`,{data: data},{rejectMsg:null,resolveMsg:null}).then( res=>{
|
|
1943
1943
|
//判断res.data.length == 0,则子流程已经完工,然后将付流程进行到下一步
|
|
1944
1944
|
if (res.data.length == 0){
|
|
1945
|
-
http.load('post',`rs/sql/supervisory`,{data: {condition:` f_process_id= '${this.show_data.f_parent_process_id}'`, data: {id: this.$login.f.id,orgid: this.$login.f.orgid}}},{resolveMsg:null,rejectMsg:null}).then(row=>{
|
|
1945
|
+
http.load('post',`rs/sql/supervisory`,{data: {condition:` u.f_process_id= '${this.show_data.f_parent_process_id}'`, data: {id: this.$login.f.id,orgid: this.$login.f.orgid}}},{resolveMsg:null,rejectMsg:null}).then(row=>{
|
|
1946
1946
|
const show_data = row.data[0]
|
|
1947
1947
|
show_data.user = this.$login.f
|
|
1948
1948
|
show_data.start_activity ='报装申请'
|