fix(admin): 修复关联艺人时老自增 artistId 无法选中
jQuery data() 会把 191 这类短 ID 转成 Number,与接口字符串严格比较失败导致点击无反应。
Co-authored-by: Cursor cursoragent@cursor.com
记得上下班打卡 | git大法好,push需谨慎
jQuery data() 会把 191 这类短 ID 转成 Number,与接口字符串严格比较失败导致点击无反应。
Co-authored-by: Cursor cursoragent@cursor.com
Step 1. Fetch and check out the branch for this merge request
git fetch origin git checkout -b jxl-guanlianyiren-bug origin/jxl-guanlianyiren-bug
Step 2. Review the changes locally
Step 3. Merge the branch and fix any conflicts that come up
git fetch origin git checkout origin/master git merge --no-ff jxl-guanlianyiren-bug
Step 4. Push the result of the merge to GitLab
git push origin master
Note that pushing to GitLab requires write access to this repository.
Tip: You can also checkout merge requests locally by following these guidelines.
This will create a new commit in order to revert the existing changes.