Browse Source

备注后刷新列表

master
许孟阳 3 years ago
parent
commit
cf65c7262c
  1. 2
      vue/src/views/biz/picture.vue

2
vue/src/views/biz/picture.vue

@ -148,7 +148,7 @@ @@ -148,7 +148,7 @@
param.remark = value;
that.$put(that.url, param).then(rsp => {
if (rsp) {
row.remark = value;
that.query();
}
});
}).catch(() => {})

Loading…
Cancel
Save