|
@@ -291,9 +291,9 @@
|
|
|
.then(res => {
|
|
|
const end = new Date(this.formData.qxsj).getTime()
|
|
|
const start = new Date(this.formData.qrsj).getTime()
|
|
|
- if (start > end) {
|
|
|
- return this.$modal.msgError('确认重点单位时间不能小于取消重点单位时间 ')
|
|
|
- }
|
|
|
+ // if (start > end) {
|
|
|
+ // return this.$modal.msgError('确认重点单位时间不能小于取消重点单位时间 ')
|
|
|
+ // }
|
|
|
this.formData['status'] = 0;
|
|
|
var jsdata = JSON.stringify(this.formData);
|
|
|
createUnit(jsdata).then(response => {
|