|
@@ -126,7 +126,7 @@ function saveState() {
|
|
}
|
|
}
|
|
})
|
|
})
|
|
allLoading.saveLoading = true
|
|
allLoading.saveLoading = true
|
|
- post(BUSIESS_SAVESAIE, { list: JSON.stringify(data) }).then(() => {
|
|
|
|
|
|
+ post(BUSIESS_SAVESAIE, { stages: JSON.stringify(data) }).then(() => {
|
|
globalPopup?.showSuccess('保存成功')
|
|
globalPopup?.showSuccess('保存成功')
|
|
cancel()
|
|
cancel()
|
|
}).finally(() => {
|
|
}).finally(() => {
|