| | |
| | | |
| | | export default { |
| | | name: "mangeJD", |
| | | props: ['id'], |
| | | data() { |
| | | return { |
| | | id:'', |
| | | form: { |
| | | unitName: "", |
| | | litigant: "", |
| | |
| | | } |
| | | } |
| | | }, |
| | | created() { |
| | | mounted() { |
| | | this.id = this.$store.state.user.id |
| | | this.init(); |
| | | }, |
| | | methods: { |
| | |
| | | }, |
| | | //点击保存数据 |
| | | dataFormSubmit() { |
| | | this.form.startTime = this.value1[0] |
| | | this.form.endTime = this.value1[1] |
| | | this.form.registerId = this.id |
| | | /*this.form.startTime = this.value1[0] |
| | | this.form.endTime = this.value1[1]*/ |
| | | //this.form.registerId = this.id |
| | | inquiry(this.form).then(res => { |
| | | if (res.data.code == 0) { |
| | | this.$message.success("保存成功"); |