|
|
|
@ -4,7 +4,7 @@
|
|
|
|
|
* @Author: JC9527
|
|
|
|
|
* @Date: 2023-09-04 10:20:06
|
|
|
|
|
* @LastEditors: JC9527
|
|
|
|
|
* @LastEditTime: 2023-09-14 15:00:34
|
|
|
|
|
* @LastEditTime: 2023-09-14 15:17:25
|
|
|
|
|
-->
|
|
|
|
|
<template>
|
|
|
|
|
<div class="plan-management">
|
|
|
|
@ -182,7 +182,9 @@
|
|
|
|
|
watch:{
|
|
|
|
|
form:{
|
|
|
|
|
handler(newForm) {
|
|
|
|
|
let obj = {...this.pages,...this.form}
|
|
|
|
|
let { district, plannedYear} = newForm
|
|
|
|
|
district = district[1]
|
|
|
|
|
let obj = {...this.pages,district,plannedYear}
|
|
|
|
|
this.getList(obj)
|
|
|
|
|
},
|
|
|
|
|
deep:true
|
|
|
|
|