|
@@ -158,7 +158,7 @@ export default {
|
|
|
yong_hu_id_: this.$store.getters.userInfo.user.id,
|
|
yong_hu_id_: this.$store.getters.userInfo.user.id,
|
|
|
wen_jian_id_: i,
|
|
wen_jian_id_: i,
|
|
|
shou_quan_: '1',
|
|
shou_quan_: '1',
|
|
|
- fa_bu_ri_qi_: this.tableName.slice(test.indexOf("(") + 1, this.tableName.lastIndexOf(")")),
|
|
|
|
|
|
|
+ fa_bu_ri_qi_: this.tableName.slice(this.tableName.indexOf("(") + 1, this.tableName.lastIndexOf(")")),
|
|
|
}
|
|
}
|
|
|
addwjcysqbs.push(addwjcysqb)
|
|
addwjcysqbs.push(addwjcysqb)
|
|
|
}
|
|
}
|