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 @@
param.remark = value; param.remark = value;
that.$put(that.url, param).then(rsp => { that.$put(that.url, param).then(rsp => {
if (rsp) { if (rsp) {
row.remark = value; that.query();
} }
}); });
}).catch(() => {}) }).catch(() => {})

Loading…
Cancel
Save