|
|
@ -569,7 +569,7 @@ export default {
|
|
|
|
// },
|
|
|
|
// },
|
|
|
|
/** 开始填报按钮操作 */
|
|
|
|
/** 开始填报按钮操作 */
|
|
|
|
handleAdd(row){
|
|
|
|
handleAdd(row){
|
|
|
|
console.log(row);
|
|
|
|
// console.log(row);
|
|
|
|
this.$router.push({name: 'declareAddContent',query: {
|
|
|
|
this.$router.push({name: 'declareAddContent',query: {
|
|
|
|
templateId: row.templateId,
|
|
|
|
templateId: row.templateId,
|
|
|
|
templateRecordId: row.templateRecordId,
|
|
|
|
templateRecordId: row.templateRecordId,
|
|
|
@ -601,7 +601,7 @@ export default {
|
|
|
|
pageSize: 10,
|
|
|
|
pageSize: 10,
|
|
|
|
}
|
|
|
|
}
|
|
|
|
templateList(params).then(response => {
|
|
|
|
templateList(params).then(response => {
|
|
|
|
console.log(response);
|
|
|
|
// console.log(response);
|
|
|
|
this.templateDataList = response.rows
|
|
|
|
this.templateDataList = response.rows
|
|
|
|
})
|
|
|
|
})
|
|
|
|
} else {
|
|
|
|
} else {
|
|
|
@ -702,7 +702,7 @@ export default {
|
|
|
|
// } else {
|
|
|
|
// } else {
|
|
|
|
this.$refs["cityFormRef"].validate(valid => {
|
|
|
|
this.$refs["cityFormRef"].validate(valid => {
|
|
|
|
if (valid) {
|
|
|
|
if (valid) {
|
|
|
|
console.log('this.form.reviewList',this.cityForm.reviewList);
|
|
|
|
// console.log('this.form.reviewList',this.cityForm.reviewList);
|
|
|
|
putMunicipalBureauReview(this.cityForm).then(response => {
|
|
|
|
putMunicipalBureauReview(this.cityForm).then(response => {
|
|
|
|
this.$modal.msgSuccess("评审成功");
|
|
|
|
this.$modal.msgSuccess("评审成功");
|
|
|
|
this.openCity = false;
|
|
|
|
this.openCity = false;
|
|
|
|