apply-clients 5.0.35-100 → 5.0.35-101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "apply-clients",
3
- "version": "5.0.35-100",
3
+ "version": "5.0.35-101",
4
4
  "description": "报建前端模块",
5
5
  "main": "src/index.js",
6
6
  "directories": {
@@ -182,7 +182,7 @@
182
182
  async 'onetomanydelete'(i, j) {
183
183
  let http = new HttpResetClass()
184
184
  let data = {
185
- tables: this.show_data.onetomany[i].tables,
185
+ tables: this.$refs.service_show.data.onetomany[i].tables,
186
186
  row: this.$refs.service_show.model.rows[i][j]
187
187
  }
188
188
  await http.load('POST', 'rs/logic/applyDeleteValue', {data: data}, {