@@ -1458,8 +1458,12 @@ export default {
let res = await getOptionLsit();
if (res.code == 200) {
this.dropDownData = res.data;
+ } else {
+ this.$message.error("网络异常!");
}
- } catch (error) {}
+ } catch (error) {
+ console.log(error);
+ }
},
/** 查询产品码单列表 */
getList() {
@@ -92,7 +92,7 @@
>删除
</el-button>
</el-col>
- <el-col :span="1.5">
+ <!-- <el-col :span="1.5">
<el-button
plain
icon="el-icon-upload2"
@@ -110,7 +110,7 @@
@click="handleExport"
>导出
- </el-col>
+ </el-col> -->
<right-toolbar
style="float: right"