|
@@ -155,7 +155,7 @@ const applyCauseInputBlur = async () => {
|
|
|
let { id, applyCause } = baseForm.value
|
|
|
//发起请求
|
|
|
applyCauseLoading.value = true
|
|
|
- const { error, code, msg } = await mainApi.taskMaterialUpdate({
|
|
|
+ const { error, code, msg } = await mainApi.taskStartPayUpdate({
|
|
|
projectId: projectId.value,
|
|
|
contractId: contractId.value,
|
|
|
applyCause: applyCause ?? '',
|