|
@@ -192,6 +192,9 @@ const esopList = ref([]);
|
|
|
const checkItem = ref({});
|
|
|
const checkList = ref([]);
|
|
|
const onSelectedFinish = (itemValue) => {
|
|
|
+ if (Object.keys(itemValue).length == 0) {
|
|
|
+ ElMessage.error("请选择数据,数据不能为空!");
|
|
|
+ }
|
|
|
//crudRef.value && crudRef.value.rowAdd();
|
|
|
itemRecordList.value = [];
|
|
|
itemRecord.value.itemRecordList = [];
|