|
@@ -1462,10 +1462,10 @@ export default {
|
|
|
},
|
|
|
/** 提交按钮 */
|
|
|
submitForm() {
|
|
|
- if (this.form.qrsj > this.form.qxsj) {
|
|
|
- this.$message.error("取消重点单位时间不能小于确定重点单位时间");
|
|
|
- return;
|
|
|
- }
|
|
|
+ // if (this.form.qrsj > this.form.qxsj) {
|
|
|
+ // this.$message.error("取消重点单位时间不能小于确定重点单位时间");
|
|
|
+ // return;
|
|
|
+ // }
|
|
|
this.form.userId = this.$store.getters.userId;
|
|
|
this.$refs["form"].validate((valid) => {
|
|
|
if (!valid) {
|