Browse Source

feat: 修改

TIANYONG 1 tháng trước cách đây
mục cha
commit
5b09337095
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/state.ts

+ 1 - 1
src/state.ts

@@ -1719,7 +1719,7 @@ const setState = (data: any, index: number) => {
    * 如果当前的第一code找不到,用instrumentCodes去找,
    * 
    * */ 
-  if (data.instrumentCodes && code == 1 || !code) {
+  if ( data.instrumentCodes && (code == 1 || !code) ) {
     for (let name of data.instrumentCodes.split(',')) {
       let matchCode = matchVoicePart(name, "CONCERT")
       if (matchCode && matchCode !== 1) {