Commit 8032cb29 authored by 赵啸非's avatar 赵啸非

Merge remote-tracking branch 'origin/master'

parents 73520bf8 d1edda7a
...@@ -212,6 +212,7 @@ export default { ...@@ -212,6 +212,7 @@ export default {
page: this.current, page: this.current,
size: this.size, size: this.size,
deviceName: `%${this.searchVal}%`, deviceName: `%${this.searchVal}%`,
productName: "样表机",
}); });
this.loading = false; this.loading = false;
let { data } = res.data.data; let { data } = res.data.data;
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
:visible.sync="Visible" :visible.sync="Visible"
width="30%" width="30%"
@close="handleClose" @close="handleClose"
:destroy-on-close="true"
> >
<el-form ref="form" :model="form" :rules="rules" label-width="80px"> <el-form ref="form" :model="form" :rules="rules" label-width="80px">
<el-form-item label="材料简称" prop="materialName"> <el-form-item label="材料简称" prop="materialName">
......
<template> <template>
<div> <div>
<el-dialog title="从公共库中选择" :visible.sync="Visible" width="70%"> <el-dialog
:destroy-on-close="true"
title="从公共库中选择"
:visible.sync="Visible"
width="70%"
>
<TableHeader> <TableHeader>
<div slot="right" class="flex"> <div slot="right" class="flex">
<el-input <el-input
......
...@@ -5,6 +5,7 @@ ...@@ -5,6 +5,7 @@
:visible.sync="Visible" :visible.sync="Visible"
size="50%" size="50%"
@close="handleClose" @close="handleClose"
:destroy-on-close="true"
> >
<div class="main flex"> <div class="main flex">
<div class="left flex flexc jcc aic"> <div class="left flex flexc jcc aic">
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
<el-dialog <el-dialog
:title="title" :title="title"
:visible.sync="Visible" :visible.sync="Visible"
:destroy-on-close="true"
width="30%" width="30%"
@close="handleClose" @close="handleClose"
> >
...@@ -35,6 +36,7 @@ ...@@ -35,6 +36,7 @@
v-model="form.deptCode" v-model="form.deptCode"
placeholder="请选择部门" placeholder="请选择部门"
@change="handleChange" @change="handleChange"
filterable
> >
<el-option <el-option
v-for="v in departmentList" v-for="v in departmentList"
......
...@@ -108,20 +108,20 @@ const dynamicRouter = [ ...@@ -108,20 +108,20 @@ const dynamicRouter = [
}, },
], ],
}, },
{ // {
path: "/skinmanage", // path: "/skinmanage",
component: Layouts, // component: Layouts,
meta: { // meta: {
icon: "el-icon-orange", // icon: "el-icon-orange",
title: "皮肤管理", // title: "皮肤管理",
}, // },
children: [ // children: [
{ // {
path: "", // path: "",
component: () => import("@/pages/software/skinManage/SkinManage"), // component: () => import("@/pages/software/skinManage/SkinManage"),
}, // },
], // ],
}, // },
{ {
path: "/numberwritedevice", path: "/numberwritedevice",
component: Layouts, component: Layouts,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment