refactor: eslint代码检查优化
Former-commit-id: 4c11b5d0cdd10f28148cf3d9b593f85e082cdc51
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
<el-cascader
|
||||
v-model="queryParams.categoryId"
|
||||
placeholder="商品分类"
|
||||
:props="{ emitPath: false, expandTrigger: 'hover' }"
|
||||
:props="{ emitPath: false }"
|
||||
:options="categoryOptions"
|
||||
clearable
|
||||
style="width: 300px"
|
||||
@@ -177,8 +177,6 @@ const state = reactive({
|
||||
|
||||
const {
|
||||
loading,
|
||||
ids,
|
||||
single,
|
||||
multiple,
|
||||
queryParams,
|
||||
goodsList,
|
||||
|
||||
Reference in New Issue
Block a user