...
|
...
|
@@ -275,6 +275,7 @@ Page({ |
|
|
}
|
|
|
}
|
|
|
} else {
|
|
|
console.log('已修改保障项目')
|
|
|
if (type == 'zhuxian') {
|
|
|
if (tempMain_list.length > 0) {
|
|
|
for (let i in tempProjectlist) {
|
...
|
...
|
@@ -466,6 +467,9 @@ Page({ |
|
|
})
|
|
|
}
|
|
|
|
|
|
this.setData({
|
|
|
edit_state3:false
|
|
|
})
|
|
|
|
|
|
let index = this.data.xulie;
|
|
|
let type = this.data.addType;
|
...
|
...
|
|