更新
This commit is contained in:
parent
684042d8f4
commit
5a4568a495
@ -2,7 +2,7 @@
|
|||||||
* @Author: zwq
|
* @Author: zwq
|
||||||
* @Date: 2021-11-18 14:16:25
|
* @Date: 2021-11-18 14:16:25
|
||||||
* @LastEditors: zwq
|
* @LastEditors: zwq
|
||||||
* @LastEditTime: 2023-02-17 11:08:34
|
* @LastEditTime: 2023-08-29 11:09:49
|
||||||
* @Description:
|
* @Description:
|
||||||
-->
|
-->
|
||||||
<template>
|
<template>
|
||||||
@ -23,8 +23,8 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
urlOptions: {
|
urlOptions: {
|
||||||
submitURL: '/basic/workingProcedureType/',
|
submitURL: '/basic/productType/',
|
||||||
infoURL: '/basic/workingProcedureType'
|
infoURL: '/basic/productType'
|
||||||
},
|
},
|
||||||
dataForm: {
|
dataForm: {
|
||||||
id: '',
|
id: '',
|
||||||
|
@ -85,10 +85,10 @@ export default {
|
|||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
urlOptions: {
|
urlOptions: {
|
||||||
getDataListURL: '/basic/workingProcedureType/page',
|
getDataListURL: '/basic/productType/page',
|
||||||
deleteURL: '/basic/workingProcedureType',
|
deleteURL: '/basic/productType',
|
||||||
statusUrl: '/basic/workingProcedureType/status',
|
statusUrl: '/basic/productType/status',
|
||||||
exportUrl: '/basic/workingProcedureType/export'
|
exportUrl: '/basic/productType/export'
|
||||||
},
|
},
|
||||||
tableProps,
|
tableProps,
|
||||||
tableBtn,
|
tableBtn,
|
||||||
|
Loading…
Reference in New Issue
Block a user