|
@ -241,7 +241,6 @@ const setSubmitParamsAndSubmit = () => { |
|
|
const submitJob = () => { |
|
|
const submitJob = () => { |
|
|
proxy.$modal.loading('提交中....') |
|
|
proxy.$modal.loading('提交中....') |
|
|
const params = setParams() |
|
|
const params = setParams() |
|
|
return; |
|
|
|
|
|
repleinshJobSubmit(params) |
|
|
repleinshJobSubmit(params) |
|
|
.then((res) => { |
|
|
.then((res) => { |
|
|
uni.hideLoading() |
|
|
uni.hideLoading() |
|
|