|
@@ -136,7 +136,7 @@ export default {
|
|
|
this.$confirm('确定要提交该条数据吗?', '提示').then(() => {
|
|
this.$confirm('确定要提交该条数据吗?', '提示').then(() => {
|
|
|
const res = storageApi.submitStoragejn({ id: row.id });
|
|
const res = storageApi.submitStoragejn({ id: row.id });
|
|
|
if (res) {
|
|
if (res) {
|
|
|
- this.$message.success('删除成功!');
|
|
|
|
|
|
|
+ this.$message.success('操作成功!');
|
|
|
this.reload();
|
|
this.reload();
|
|
|
}
|
|
}
|
|
|
});
|
|
});
|