Commit f1db8da1e63fdb295e4d78d1c8f24e61a33d5d5a
1 parent
d7bd6201
优化连点功能;
Showing
1 changed file
with
4 additions
and
0 deletions
src/mes/costomPageFun/index.js
| ... | ... | @@ -1441,6 +1441,10 @@ const getFaceResult = async props => { |
| 1441 | 1441 | |
| 1442 | 1442 | // 质量巡检-巡检项目-完成/修改 |
| 1443 | 1443 | const mesTableBtnClick4 = async props => { |
| 1444 | + if (window.instructSetLock) { | |
| 1445 | + message.warning("请先等待上个指令集执行完成!"); | |
| 1446 | + return; | |
| 1447 | + } | |
| 1444 | 1448 | const { params = {}, table0Data = [], table1Data = [], tempUserName } = props; |
| 1445 | 1449 | const { config = {}, record } = params; |
| 1446 | 1450 | const { sControlName } = config; | ... | ... |