Browse Source

复选框bug

feature
mk 2 years ago
parent
commit
5b746eaf63
  1. 1
      src/views/components/editResi.vue

1
src/views/components/editResi.vue

@ -2197,7 +2197,6 @@ export default {
//
submitExpand(_form, { changId, changPid, changType }) {
if (changType == "checkbox") {
this.form[changPid] = {};
this.form[changPid][changId] = [];
this.form[changPid][changId].push(..._form[changPid][changId]);
} else {

Loading…
Cancel
Save