|
@@ -270,7 +270,7 @@ export default {
|
|
|
const { hisName, hisDetailName } = this.form;
|
|
|
if (hisName !== '' && hisDetailName === '' && this.type == 1) {
|
|
|
this.ty = 1;
|
|
|
- } else if (hisName !== '' && hisDetailName !== '') {
|
|
|
+ } else if (hisName !== '' && hisDetailName !== '' && this.type == 1) {
|
|
|
this.ty = 2;
|
|
|
}
|
|
|
if (this.getIndex == row.index) {
|