address-client 4.0.16 → 4.0.17
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
|
@@ -328,9 +328,14 @@ export default {
|
|
|
328
328
|
this.$refs.paged.$refs.grid.selectInit()
|
|
329
329
|
this.$refs.paged.$refs.cri.search()
|
|
330
330
|
this.showUpdate = false
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
|
|
331
|
+
this.areamodel={
|
|
332
|
+
slice_area:null,
|
|
333
|
+
f_slice_area_id: '',
|
|
334
|
+
f_slice_area:'',
|
|
335
|
+
f_pcd_id: '',
|
|
336
|
+
f_pcd:''
|
|
337
|
+
}
|
|
338
|
+
})
|
|
334
339
|
},
|
|
335
340
|
async delete(row){
|
|
336
341
|
if(row.id >= 0){
|