Commit b0786651 authored by Scott Sun's avatar Scott Sun

scott

parent 67fabe19
......@@ -67,6 +67,7 @@ if (!$.hasOwnProperty('auto_save')){
}
try {
var par = PAR;
console.log("=====================================================start")
......
......@@ -1245,7 +1245,8 @@ function getMatrixInfo(props){ // 获取matrix各种信息
res.mBoardLayer.push(key)
switch (value.layer_type) {
case "signal":
res.mSignal[key] = value
s.mSignal[key] = value
res.mSignals.push(value)
break;
case "drill":
......
......@@ -22,7 +22,7 @@
```js
USER_NAME // 用户名 例:admin
USER_FULLNAME // 用户完整名 例:管理员
USER_ID // 用户id 例: 1
USER_ID // 用户id 例:1
JOB // 料号名 例:demo
JOB_ID // 料号id 例:1
GEN_TYPE // GEN类型 例:genesis
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment