|
@@ -199,7 +199,7 @@ const onStatus = (row, status) => {
|
|
|
type: "warning",
|
|
|
} as any).then(() => {
|
|
|
state.query.loading = true
|
|
|
- outsideServiceStatusUpdate({id: row.id, status}).then(res => {
|
|
|
+ outsideServiceStatusUpdate(proxy.$util.formatGetParam({id: row.id, status})).then(res => {
|
|
|
ElMessage.success(status == 1 ? '启用成功!' : '禁用成功!')
|
|
|
state.query.loading = false
|
|
|
onSearch()
|