mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-08-13 07:04:21 +08:00
Remove default table C_Order hardcoded from list workdlows (#429)
This commit is contained in:
parent
a95cfdef1e
commit
8779ff2441
@ -74,7 +74,7 @@ const contextMenu = {
|
|||||||
* @param {string} recordUuid
|
* @param {string} recordUuid
|
||||||
*/
|
*/
|
||||||
listDocumentActionStatus({ commit }, {
|
listDocumentActionStatus({ commit }, {
|
||||||
tableName = 'C_Order',
|
tableName,
|
||||||
recordId,
|
recordId,
|
||||||
recordUuid,
|
recordUuid,
|
||||||
documentAction,
|
documentAction,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user