1113部署
This commit is contained in:
@@ -80,16 +80,10 @@ export default {
|
|||||||
props: ["showcourtReview", "form", "queryParams"],
|
props: ["showcourtReview", "form", "queryParams"],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
<<<<<<< HEAD
|
|
||||||
// hearDate: "",
|
|
||||||
courtReviewform: {
|
|
||||||
// hearDate:null
|
|
||||||
=======
|
|
||||||
dataList: [],
|
dataList: [],
|
||||||
hearDate: "",
|
hearDate: "",
|
||||||
courtReviewform: {
|
courtReviewform: {
|
||||||
hearDate: null,
|
hearDate: null,
|
||||||
>>>>>>> b3d6ee9b94fa5033af22ec92cd06c09c5ed2abcd
|
|
||||||
},
|
},
|
||||||
noArbitrator: false,
|
noArbitrator: false,
|
||||||
isAgreePendTral: 1,
|
isAgreePendTral: 1,
|
||||||
@@ -114,11 +108,7 @@ export default {
|
|||||||
showcourtReview(val) {
|
showcourtReview(val) {
|
||||||
if (val) {
|
if (val) {
|
||||||
this.isAgreePendTral = 1;
|
this.isAgreePendTral = 1;
|
||||||
<<<<<<< HEAD
|
|
||||||
// this.courtReviewform.hearDate = null
|
|
||||||
=======
|
|
||||||
this.courtReviewform.hearDate = null;
|
this.courtReviewform.hearDate = null;
|
||||||
>>>>>>> b3d6ee9b94fa5033af22ec92cd06c09c5ed2abcd
|
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
form: {
|
form: {
|
||||||
@@ -172,17 +162,7 @@ export default {
|
|||||||
}
|
}
|
||||||
this.$refs["courtReviewform"].validate((valid) => {
|
this.$refs["courtReviewform"].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
<<<<<<< HEAD
|
|
||||||
// this.courtReviewform.hearDate = moment(
|
|
||||||
// this.courtReviewform.hearDate
|
|
||||||
// ).format("YYYY-MM-DD HH:mm:ss");
|
|
||||||
// this.paramsdata.hearDate = this.courtReviewform.hearDate;
|
|
||||||
pendTralSure(
|
|
||||||
this.paramsdata
|
|
||||||
)
|
|
||||||
=======
|
|
||||||
pendTralSure(this.paramsdata)
|
pendTralSure(this.paramsdata)
|
||||||
>>>>>>> b3d6ee9b94fa5033af22ec92cd06c09c5ed2abcd
|
|
||||||
.then((res) => {
|
.then((res) => {
|
||||||
this.$modal.msgSuccess("确认成功");
|
this.$modal.msgSuccess("确认成功");
|
||||||
this.cancel();
|
this.cancel();
|
||||||
|
|||||||
@@ -9,7 +9,7 @@
|
|||||||
destroy-on-close
|
destroy-on-close
|
||||||
center
|
center
|
||||||
>
|
>
|
||||||
<el-form label-width="150px" v-if="!noArbitrator">
|
<el-form label-width="150px">
|
||||||
<el-form-item label="是否同意组庭:">
|
<el-form-item label="是否同意组庭:">
|
||||||
<el-radio-group v-model="isAgreePendTral">
|
<el-radio-group v-model="isAgreePendTral">
|
||||||
<el-radio :label="1">是</el-radio>
|
<el-radio :label="1">是</el-radio>
|
||||||
|
|||||||
Reference in New Issue
Block a user