|
@@ -1231,7 +1231,7 @@ export default {
|
1231
|
1231
|
}).show();
|
1232
|
1232
|
return;
|
1233
|
1233
|
}
|
1234
|
|
- if (!this.$refs.seiminModel.updateReason.trim()) {
|
|
1234
|
+ if (this.$refs.seiminModel.complexitySource != this.$refs.seiminModel.complexity && !this.$refs.seiminModel.updateReason.trim()) {
|
1235
|
1235
|
this.$createDialog({
|
1236
|
1236
|
type: "alert",
|
1237
|
1237
|
title: "操作失败",
|
|
@@ -1605,6 +1605,7 @@ export default {
|
1605
|
1605
|
});
|
1606
|
1606
|
// ----------------------start--------------------
|
1607
|
1607
|
if (
|
|
1608
|
+ this.$route.params.data &&
|
1608
|
1609
|
this.$route.params.data.category &&
|
1609
|
1610
|
this.$route.params.data.place
|
1610
|
1611
|
) {
|