|
@@ -82,7 +82,7 @@ export default {
|
|
|
this.fieldList[index].shareDisplay = row.checked ? 0 : 1;
|
|
|
},
|
|
|
refresh() {
|
|
|
- this.getfieldList(this.formData.bsm, false);
|
|
|
+ this.getfieldList(this.formData.bsm, true);
|
|
|
},
|
|
|
async submit() {
|
|
|
fileds(this.fieldList).then((res) => {
|