|
@@ -184,11 +184,11 @@ export default {
|
|
|
},
|
|
|
// 确认删除
|
|
|
async removeSubmit () {
|
|
|
- this.ruleForm["operate"] = "3";
|
|
|
+ this.rmObj["operate"] = "3";
|
|
|
try {
|
|
|
const res = await GeneralDataReception({
|
|
|
serviceId: "1",
|
|
|
- dataContent: JSON.stringify(this.ruleForm),
|
|
|
+ dataContent: JSON.stringify(this.rmObj),
|
|
|
});
|
|
|
if (res.code === "0") {
|
|
|
this.removeDialogVisible = false;
|