增加比赛题目SPJ的设置

This commit is contained in:
virusdefender
2016-04-05 18:43:24 +08:00
parent 247d356f7f
commit 7fef9ba6cb
5 changed files with 24 additions and 4 deletions

View File

@@ -26,7 +26,6 @@ define("spj", ["avalon", "bsAlert"], function (avalon, bsAlert) {
checkboxDisabled: false,
$init: function(vm, el) {
vm.$watch("testCaseUploadFinished", function (spj) {
console.log("watch" + spj);
vm.spj = spj;
vm.checkboxDisabled = true;
});