|
@@ -42,7 +42,7 @@ export default {
|
|
|
data() {
|
|
data() {
|
|
|
return {
|
|
return {
|
|
|
visible: false,
|
|
visible: false,
|
|
|
- title: '选择工序',
|
|
|
|
|
|
|
+ title: '选择质检标准',
|
|
|
|
|
|
|
|
// 表格列配置
|
|
// 表格列配置
|
|
|
columns: [
|
|
columns: [
|
|
@@ -123,7 +123,7 @@ export default {
|
|
|
async datasource({ page, limit, where }) {
|
|
async datasource({ page, limit, where }) {
|
|
|
const res = await getList({
|
|
const res = await getList({
|
|
|
...where,
|
|
...where,
|
|
|
- categoryId: this.categoryId,
|
|
|
|
|
|
|
+ categoryLevelId: this.categoryId,
|
|
|
pageNum: page,
|
|
pageNum: page,
|
|
|
size: limit
|
|
size: limit
|
|
|
|
|
|